home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / IT.DXR / Internal_5_home.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  235 b   |  18 lines

  1. on mouseUp me
  2.   go("p_home")
  3. end
  4.  
  5. on mouseDown me
  6.   beep()
  7. end
  8.  
  9. on mouseEnter me
  10.   set the ink of sprite the currentSpriteNum to 4
  11.   cursor(280)
  12. end
  13.  
  14. on mouseLeave me
  15.   cursor(-1)
  16.   set the ink of sprite the currentSpriteNum to 36
  17. end
  18.